home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 007a / jlirish1.zip / MANUAL.DOC < prev    next >
Text File  |  1991-09-07  |  5KB  |  106 lines

  1.                          JL Irish's Lottery Programs
  2.  
  3.               Dated: September 6, 1991
  4.  
  5. Table of Contents:
  6.  
  7. Intro
  8. Warrantee
  9. Distribution/Registration
  10. How to Contact the Author
  11. Megabuck
  12. WMLA
  13. WSLA
  14. Conclusion
  15.  
  16.  
  17. Intro:
  18.  
  19.     Who is JL Irish?  What are these programs?  Why would I want to use
  20. these programs?  Why did JL Irish write them anyways?
  21.  
  22.     I bet most of you are asking just that, and more!  First, I'm Jl 
  23. Irish.  This software is all my fault!  I wrote it all, every typed character
  24. in the source, the data file structure, all of it.  I started this as a 
  25. lesson in C programming.  The lottery provided continuing data input and a 
  26. challenge.  That challenge was to predict the upcoming numbers.  Well, I 
  27. matched a couple 4's, but never a match -5 nor -6.  Still trying. 
  28.  
  29.     These programs are a simple database of the lottery numbers.  What 
  30. you actually see are some functions I've written to study the numbers.  We
  31. all know that the odds of winning a pick-6 54 number lotto are some 26 
  32. million to 1, but did you know that there haven't been any re-occurances of
  33. the same 6 numbers being picked?  That might come in handy.  Anyways...
  34.  
  35. Warrantee:
  36.  
  37.     There is no warrantee associated with this software!  You use it at 
  38. your own risk!  In the last year or so that I've been writing and uploading 
  39. this stuff, NOBODY has ever been kind enough to donate anything but criticizm
  40. to my efforts.  With this in mind, I've pretty much considered this Freeware.
  41. You are free to use it, and I am free from supporting it.  Not that I'm going 
  42. to forget I ever wrote it, nor stop developing it.  BUT the possibility exist
  43. that I may be leaving the country for a year or more.
  44.  
  45. Distribution/Registration:
  46.  
  47.     Please feel free to use and distribute this software!!!  The exposure
  48. does wonders for my ego!  There is NO registration required, but I may be 
  49. reluctant to spend any time or money supporting it without receiving any 
  50. compensation for my efforts.  In other words, if you are having problems and
  51. really feel this stuff is worth the effort to get in touch with me, then a 
  52. small donation should be in order.  Also, I will need the CHAIN file when you
  53. call for help.  See How to Contact the Author for more info.
  54.  
  55.     My only restriction is that you do NOT charge for the software 
  56. itself. You may charge a reasonable fee, like no more than $3.00US, for your
  57. labor and materials.  If you charge anymore than $3.00 for this, send me the 
  58. $3.00 and you can keep the rest!  Also, when distributing, don't change any
  59. of the included files!  Distribute the original Zipfile only!  The only
  60. modification you may make is to the file CHAIN.  Edit this file with a 
  61. standard ASCII editor.  It will become a history list for your distribution.
  62. I will use these chains to determine the scope of use.  I won't sell any info
  63. to them damned mailing lists!!!
  64.  
  65. How to Contact the Author:
  66.  
  67.     No, I don't want you to call me at home, or at work!  If you want or
  68. need to contact me concerning this software, your best chance is to log onto
  69. Exec-PC BBS, 414-789-4210, 2400,N,8,1.  I am the Topic Leader for the 
  70. Lotteries Topic in the Money/Business Conference.  If you are not a registered
  71. user and can't get to me, leave a note to the Sysop (he'll hate me for this!).
  72. Once you've contacted me there, I may give you my mailing address.  Yep, I 
  73. hate them mailing list too!
  74.  
  75. Megabuck:
  76.  
  77.     This is the first project for me.  It's about as full as the compiler
  78. will allow.  It contains and uses every drawing from Lotto America.  There are
  79. 2 data files required to run this program, Date.dat and Pick.dat.  Date is an 
  80. ascii file to determine legal drawing dates.  Pick.dat is a binary file 
  81. containing the numbers.  Caution: if you make a mistake and Quit the program,
  82. which saves the matrix to disk, and didn't keep a safe backup copy of Pick..
  83. You're screwed!  Unless you can figure out my data structure and are adept 
  84. with Debug.
  85.  
  86. WMLA:
  87.  
  88.     This is program #2 for 54 number lotto's.  It is cloned from WSLA.
  89. The major differences are that WMLA keeps the numbers in the order you enter
  90. them, ie: the order they were drawn, and the data starts around Oct. 10th, 
  91. 1990, when I got this thing started.  There are a few newer functions here.
  92.  
  93. WSLA:
  94.  
  95.     This is my first attempt at keeping the numbers in order.  Somehow,
  96. with the assistance of some great users at Exec-PC, I've managed to get the 
  97. Wisconsin Supercash numbers in order.  If you're not familiar with Supercash,
  98. it's drawn everynight!  I also worked out keeping track of the days.  
  99.  
  100. Conclusion:
  101.  
  102.     Well this is about as much as I feel like typing today.  Good luck
  103. with your quests.  AND... if you win, how about sending that donation!  
  104. say...  10%  <grin>   :^)
  105.  
  106. JL Irish